home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / recomen / wavmak22 / wmwin.exe / 0 / RCDATA / TEDITDLG / TEDITDLG.txt
Text File  |  1996-04-23  |  3KB  |  143 lines

  1. object EditDlg: TEditDlg
  2.   Left = 22
  3.   Top = 283
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit'
  8.   ClientHeight = 113
  9.   ClientWidth = 436
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 21
  21.     Height = 13
  22.     Caption = 'File'
  23.   end
  24.   object WAVdir: TLabel
  25.     Left = 265
  26.     Top = 48
  27.     Width = 43
  28.     Height = 13
  29.     Caption = 'WAVdir'
  30.     Visible = False
  31.   end
  32.   object tempDir: TLabel
  33.     Left = 320
  34.     Top = 48
  35.     Width = 44
  36.     Height = 13
  37.     Caption = 'tempDir'
  38.     Visible = False
  39.   end
  40.   object CancelBtn: TBitBtn
  41.     Left = 352
  42.     Top = 72
  43.     Width = 77
  44.     Height = 33
  45.     TabOrder = 3
  46.     Kind = bkCancel
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 40
  53.     Top = 16
  54.     Width = 305
  55.     Height = 21
  56.     TabOrder = 0
  57.     Text = 'Edit1'
  58.     OnClick = Edit1Exit
  59.     OnExit = Edit1Exit
  60.     OnKeyPress = Edit1KeyPress
  61.   end
  62.   object GroupBox1: TGroupBox
  63.     Left = 8
  64.     Top = 48
  65.     Width = 249
  66.     Height = 57
  67.     Caption = 'Edit as...'
  68.     TabOrder = 1
  69.     object RadioButton1: TRadioButton
  70.       Left = 8
  71.       Top = 24
  72.       Width = 49
  73.       Height = 17
  74.       Caption = 'Text'
  75.       TabOrder = 0
  76.     end
  77.     object RadioButton2: TRadioButton
  78.       Left = 72
  79.       Top = 24
  80.       Width = 49
  81.       Height = 17
  82.       Caption = 'PRG'
  83.       TabOrder = 1
  84.     end
  85.     object RadioButton3: TRadioButton
  86.       Left = 136
  87.       Top = 24
  88.       Width = 49
  89.       Height = 17
  90.       Caption = 'MID'
  91.       TabOrder = 2
  92.     end
  93.     object RadioButton4: TRadioButton
  94.       Left = 192
  95.       Top = 24
  96.       Width = 49
  97.       Height = 17
  98.       Caption = 'WAV'
  99.       TabOrder = 3
  100.     end
  101.   end
  102.   object OKBtn: TBitBtn
  103.     Left = 264
  104.     Top = 72
  105.     Width = 77
  106.     Height = 33
  107.     Caption = 'OK'
  108.     ModalResult = 1
  109.     TabOrder = 2
  110.     OnClick = OKBtnClick
  111.     Glyph.Data = {
  112.       DE010000424DDE01000000000000760000002800000024000000120000000100
  113.       0400000000006801000000000000000000000000000000000000000000000000
  114.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  115.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  116.       3333333333333333333333330000333333333333333333333333F33333333333
  117.       00003333344333333333333333377F3333333333000033334224333333333333
  118.       337337F3333333330000333422224333333333333733337F3333333300003342
  119.       222224333333333373333337F3333333000034222A22224333333337F337F333
  120.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  121.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  122.       0000333333333A222433333333333337F337F33300003333333333A222433333
  123.       333333337F337F33000033333333333A222433333333333337F337F300003333
  124.       33333333A222433333333333337F337F00003333333333333A22433333333333
  125.       3337F37F000033333333333333A223333333333333337F730000333333333333
  126.       333A333333333333333337330000333333333333333333333333333333333333
  127.       0000}
  128.     Margin = 2
  129.     NumGlyphs = 2
  130.     Spacing = -1
  131.     IsControl = True
  132.   end
  133.   object Button1: TButton
  134.     Left = 352
  135.     Top = 16
  136.     Width = 77
  137.     Height = 20
  138.     Caption = 'Text editor'
  139.     TabOrder = 4
  140.     OnClick = Button1Click
  141.   end
  142. end
  143.